github.com/gotd/td/telegram/downloader.verifier.hashes (field)
13 uses
github.com/gotd/td/telegram/downloader (current package)
verifier.go#L23: hashes []tg.FileHash
verifier.go#L49: hashes: r,
verifier.go#L55: if len(v.hashes) < 1 {
verifier.go#L60: hash := v.hashes[0]
verifier.go#L61: copy(v.hashes, v.hashes[1:])
verifier.go#L62: v.hashes[len(v.hashes)-1] = tg.FileHash{}
verifier.go#L63: v.hashes = v.hashes[:len(v.hashes)-1]
verifier.go#L91: v.hashes = append(v.hashes, hashes...)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |